projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b771df
)
(compilation-context-lines): Default now 0.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Apr 2004 08:36:09 +0000
(08:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Apr 2004 08:36:09 +0000
(08:36 +0000)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index 2c8ead870000c7541b4ca3167f1db4472baf8fc4..d85bb79064f77d7cd0529d4903fffe0c5977b34f 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-1472,7
+1472,7
@@
region and the first line of the next region."
(setcdr loc (list line file marker)))
loc))
-(defcustom compilation-context-lines
next-screen-context-lines
+(defcustom compilation-context-lines
0
"*Display this many lines of leading context before message."
:type 'integer
:group 'compilation